Leaflet.navigate

Navigates to the previous or next child.

The child must have the [property@LeafletPage:navigatable] property set to TRUE, otherwise it will be skipped.

This will be the same child as returned by [method@Leaflet.get_adjacent_child] or navigated to via swipe gestures.

class Leaflet
bool
navigate

Parameters

direction AdwNavigationDirection

the direction

Return Value

Type: bool

whether the visible child was changed

Meta